home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
searches
/
pinp.xml
< prev
next >
Wrap
Text File
|
2002-09-27
|
1KB
|
39 lines
<search function="pinp">
<name>GeoPinpoint</name>
<category>Reference</category>
<contributor>Thad Kerosky</contributor>
<link>http://www.serviceobjects.com</link>
<description>
Get a Physical Location to an IP address.
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr>
<td>pinp 207.46.230.220</td>
</tr>
</table>
</description>
<form name="pinpf"
method="get"
action="http://www.serviceobjects.com/products/GeoNet_demo.asp">
<input type="hidden" name="Action" value="Send"/>
<input type="hidden" name="IPAddress" value=""/>
</form>
<script><![CDATA[
function pinp(q)
{
if( nullArgs("pinp", q) )
return;
document.pinpf.IPAddress.value = q;
submitForm(pinpf);
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>